home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / umich / utils / exe.arc / START.MAN < prev    next >
Text File  |  1990-03-13  |  1KB  |  60 lines

  1. (L)            Gulam Commands(L)
  2.  
  3. NAME:  start
  4.  
  5. SYNOPSIS
  6.     \auto\start.prg 
  7.     
  8. OPERATION
  9.     Optionally execute a number of files then  allow the selection of 
  10.     programs to execute.  If either of the shift keys are pressed then
  11.     allow a selection from a different menu.
  12.  
  13.     The data file is constructed as follows.
  14.  
  15.     # Comment line
  16.     ' start of message line.  These must be blocked together.
  17.     Command 1
  18.     Command 2
  19.     .
  20.     .
  21.     Command n
  22.     #
  23.     # The above commands are executed prior to the menu selection
  24.     #
  25.     #  The following key word must apear alone on a line.
  26.     #START
  27.     Menu Item a
  28.     command a1
  29.     command a2
  30.        .
  31.        .
  32.     command an
  33.     Menu Item b
  34.     command b1
  35.         .
  36.     .
  37.     .
  38.     Menu Item n
  39. # Now the items to present to the user if the control, shift keys are pressed
  40. #CONTROL
  41.     Menu Item A
  42.     Command A1
  43.      etc
  44.     
  45. AUTHOR
  46.     John Buchanan 
  47.  
  48. FILES
  49.     \auto\start.inf
  50.  
  51. SEE ALSO
  52.     run
  53.  
  54. BUGS
  55.     Currently it attempts to execute blank lines.  Best if your data
  56.     file does not have any.
  57.  
  58.     The KEYWORDs have to be exactly at the begining of the line.
  59.     
  60.